home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Frameworks
/
TransSkel 3.24
/
Source
/
Dialog Item Stuff
/
SkelToggleDlogCtlValue.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-01-17
|
242 b
|
14 lines
|
[
TEXT/CWIE
]
/*
* Toggle value of control associated with a dialog item,
* return resulting value.
*/
# include "TransSkel.h"
pascal short
SkelToggleDlogCtlValue (DialogPtr d, short item)
{
return (SkelToggleCtlValue (SkelGetDlogCtl (d, item)));
}